projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685cdf3
)
(Fsxhash): Delete stray semicolon.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:24:47 +0000
(
00:24
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:24:47 +0000
(
00:24
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 345aa0a35e0baa9b04b65e23324e57d4f0d8d11d..661a3ea1887f6aa08cfde7e8c96c9473a2d778e2 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-5212,7
+5212,7
@@
DEFUN ("sxhash", Fsxhash, Ssxhash, 1, 1, 0,
(obj)
Lisp_Object obj;
{
- unsigned hash = sxhash (obj, 0);
;
+ unsigned hash = sxhash (obj, 0);
return make_number (hash);
}